meson

Configure and build a Meson project at the given paths.

void
meson
(
string rootDir = getcwd()
,
string buildDir = buildPath(getcwd(), "./build")
,)

Parameters

rootDir string

The root path which includes meson.build

buildDir string

The building directory path

options MesonOptions

The options used for Meson

Meta